object fmGames: TfmGames Left = 247 Top = 198 BorderStyle = bsNone Caption = 'fmGames' ClientHeight = 348 ClientWidth = 536 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 536 Height = 348 Align = alClient end object PBox: TPaintBox Left = 240 Top = 140 Width = 320 Height = 320 OnPaint = PBoxPaint end object Label1: TLabel Left = 304 Top = 244 Width = 55 Height = 18 Cursor = crHandPoint Caption = '���� 1' Color = clGray Font.Charset = RUSSIAN_CHARSET Font.Color = clGray Font.Height = -15 Font.Name = 'Zahoma' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True OnClick = Label1Click end object Label2: TLabel Left = 448 Top = 244 Width = 55 Height = 18 Cursor = crHandPoint Caption = '���� 2' Color = clGray Font.Charset = RUSSIAN_CHARSET Font.Color = clGray Font.Height = -15 Font.Name = 'Zahoma' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True OnClick = Label2Click end object i0: TImageBtn Left = 342 Top = 492 Width = 113 Height = 52 Cursor = crHandPoint OnClick = i0Click end object Label3: TLabel Left = 304 Top = 340 Width = 55 Height = 18 Cursor = crHandPoint Caption = '���� 3' Color = clGray Font.Charset = RUSSIAN_CHARSET Font.Color = clGray Font.Height = -15 Font.Name = 'Zahoma' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True OnClick = Label3Click end object Label4: TLabel Left = 448 Top = 340 Width = 55 Height = 18 Cursor = crHandPoint Caption = '���� 4' Color = clGray Font.Charset = RUSSIAN_CHARSET Font.Color = clGray Font.Height = -15 Font.Name = 'Zahoma' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True OnClick = Label4Click end object MP: TMediaPlayer Left = 120 Top = 24 Width = 253 Height = 30 Visible = False TabOrder = 0 OnNotify = MPNotify end object Timer1: TTimer Enabled = False Interval = 1 OnTimer = Timer1Timer Left = 16 Top = 16 end end